home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / PZAZZDEM / PZAZZDEM.ZIP / PZDEMO / PZDSHADE.DFM / PZDSHADE.txt
Text File  |  1997-02-02  |  5KB  |  220 lines

  1. object PZShadedForm: TPZShadedForm
  2.   Left = 197
  3.   Top = 122
  4.   Width = 597
  5.   Height = 420
  6.   Caption = 'PZShaded'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   TextHeight = 13
  19.   object HeaderPanel: TPZBitmapPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 589
  23.     Height = 37
  24.     Align = alTop
  25.     Background.Transparent = False
  26.     Background.Style = bsTiled
  27.     BevelInner = bvLowered
  28.     BevelOuter = bvNone
  29.     BorderWidth = 4
  30.     TabOrder = 0
  31.     object PZShaded1: TPZShaded
  32.       Left = 5
  33.       Top = 5
  34.       Width = 579
  35.       Height = 27
  36.       Align = alClient
  37.       Caption = 'PZShaded'
  38.       Font.Color = clBlack
  39.       Font.Height = -21
  40.       Font.Name = 'Times New Roman'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       StartColor = clWhite
  44.       EndColor = 8454143
  45.       Graduation = 10
  46.       Direction = drHorizontalInOut
  47.     end
  48.   end
  49.   object DescrPanel: TPZBitmapPanel
  50.     Left = 0
  51.     Top = 37
  52.     Width = 213
  53.     Height = 356
  54.     Align = alLeft
  55.     Background.Transparent = False
  56.     Background.Style = bsTiled
  57.     BevelInner = bvLowered
  58.     BevelOuter = bvNone
  59.     BevelWidth = 4
  60.     BorderWidth = 4
  61.     TabOrder = 1
  62.     object PZLabel4: TPZLabel
  63.       Left = 8
  64.       Top = 28
  65.       Width = 197
  66.       Height = 143
  67.       Align = alTop
  68.       Caption = 
  69.         '\lbPZShaded displays a shaded rectangle on the form \lb\lbThe re' +
  70.         'ctangle can be shaded in one of six different ways.\lb\lbIdeal f' +
  71.         'or titles or backgrounds.'
  72.       Font.Color = clBlack
  73.       Font.Height = -13
  74.       Font.Name = 'Arial'
  75.       Font.Style = []
  76.       HorzAlignment = haCenter
  77.       ParentFont = False
  78.       VertAlignment = vaTop
  79.     end
  80.     object PZLabel2: TPZLabel
  81.       Left = 8
  82.       Top = 8
  83.       Width = 197
  84.       Height = 20
  85.       Align = alTop
  86.       Caption = 'Description:'
  87.       Font.Color = clNavy
  88.       Font.Height = -16
  89.       Font.Name = 'Arial'
  90.       Font.Style = [fsBold]
  91.       HorzAlignment = haCenter
  92.       ParentFont = False
  93.       VertAlignment = vaTop
  94.     end
  95.   end
  96.   object ResultsPanel: TPZBitmapPanel
  97.     Left = 213
  98.     Top = 37
  99.     Width = 376
  100.     Height = 356
  101.     Align = alClient
  102.     Background.Transparent = False
  103.     Background.Style = bsTiled
  104.     BevelInner = bvLowered
  105.     BevelOuter = bvNone
  106.     BevelWidth = 4
  107.     BorderWidth = 4
  108.     TabOrder = 2
  109.     object PZLabel5: TPZLabel
  110.       Left = 8
  111.       Top = 8
  112.       Width = 360
  113.       Height = 20
  114.       Align = alTop
  115.       Caption = 'Examples:'
  116.       Font.Color = clNavy
  117.       Font.Height = -16
  118.       Font.Name = 'Arial'
  119.       Font.Style = [fsBold]
  120.       HorzAlignment = haCenter
  121.       ParentFont = False
  122.       VertAlignment = vaTop
  123.     end
  124.     object OutputPanel1: TPZBitmapPanel
  125.       Left = 8
  126.       Top = 28
  127.       Width = 360
  128.       Height = 100
  129.       Align = alTop
  130.       Background.Transparent = False
  131.       Background.Style = bsTiled
  132.       BevelOuter = bvNone
  133.       BorderWidth = 8
  134.       TabOrder = 0
  135.       object PZShaded2: TPZShaded
  136.         Left = 8
  137.         Top = 8
  138.         Width = 344
  139.         Height = 84
  140.         Align = alClient
  141.         StartColor = clBlue
  142.         EndColor = clBlack
  143.         Graduation = 25
  144.         Direction = drVertical
  145.       end
  146.     end
  147.     object OutputPanel3: TPZBitmapPanel
  148.       Left = 8
  149.       Top = 178
  150.       Width = 360
  151.       Height = 79
  152.       Align = alTop
  153.       Background.Transparent = False
  154.       Background.Style = bsTiled
  155.       BevelOuter = bvNone
  156.       BorderWidth = 8
  157.       Caption = 'OutputPanel3'
  158.       TabOrder = 1
  159.       object PZShaded3: TPZShaded
  160.         Left = 8
  161.         Top = 8
  162.         Width = 344
  163.         Height = 63
  164.         Align = alClient
  165.         Font.Color = clBlack
  166.         Font.Height = -24
  167.         Font.Name = 'Times New Roman'
  168.         Font.Style = [fsBold]
  169.         ParentFont = False
  170.         StartColor = clWhite
  171.         EndColor = clYellow
  172.         Graduation = 10
  173.         Direction = drDiagonalLeftRight
  174.       end
  175.     end
  176.     object OutputPanel2: TPZBitmapPanel
  177.       Left = 8
  178.       Top = 128
  179.       Width = 360
  180.       Height = 50
  181.       Align = alTop
  182.       Background.Transparent = False
  183.       Background.Style = bsTiled
  184.       BevelOuter = bvNone
  185.       BorderWidth = 8
  186.       Caption = 'OutputPanel2'
  187.       TabOrder = 2
  188.       object PZShaded4: TPZShaded
  189.         Left = 8
  190.         Top = 8
  191.         Width = 344
  192.         Height = 34
  193.         Align = alClient
  194.         Caption = 'Customer Details'
  195.         Font.Color = clBlack
  196.         Font.Height = -24
  197.         Font.Name = 'Times New Roman'
  198.         Font.Style = [fsBold]
  199.         ParentFont = False
  200.         StartColor = clWhite
  201.         EndColor = clLime
  202.         Graduation = 25
  203.         Direction = drHorizontalInOut
  204.       end
  205.     end
  206.     object OutputPanel4: TPZBitmapPanel
  207.       Left = 8
  208.       Top = 257
  209.       Width = 360
  210.       Height = 91
  211.       Align = alClient
  212.       Background.Transparent = False
  213.       Background.Style = bsTiled
  214.       BevelOuter = bvNone
  215.       BorderWidth = 8
  216.       TabOrder = 3
  217.     end
  218.   end
  219. end
  220.